-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Python Add the Amazon Neptune Python follow #7473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you've made the high-level fixes and it matches the specification, I can do a full review.
python/example_code/neptune/tests/test_neptune_scenario_integration.py
Outdated
Show resolved
Hide resolved
The Hello and Scenario examples run as excepted. The tests have been refactored to follow other Python tests such as Keyspace. The Spec was updated to include SME contributed code examples. |
python/example_code/neptune/analytics/create_neptune_graph_example.py
Outdated
Show resolved
Hide resolved
python/example_code/neptune/analytics/create_neptune_graph_example.py
Outdated
Show resolved
Hide resolved
python/example_code/neptune/analytics/neptune_analytics_query_example.py
Outdated
Show resolved
Hide resolved
python/example_code/neptune/tests/test_neptune_scenario_integration.py
Outdated
Show resolved
Hide resolved
python/example_code/neptune/analytics/create_neptune_graph_example.py
Outdated
Show resolved
Hide resolved
python/example_code/neptune/analytics/neptune_analytics_query_example.py
Show resolved
Hide resolved
python/example_code/neptune/analytics/create_neptune_graph_example.py
Outdated
Show resolved
Hide resolved
python/example_code/neptune/tests/analytics_tests/test_execute_gremlin_profile_query.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The folder is missing the necessary requirements.txt
file.
This pull request adds the Amazon Neptune Python follow
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.